body
  }
  font-family: roboto;
}
.accordion {
  max-width: 1440px;
}
.accordion li {
  border-bottom: 1px solid #d3d3d3;
  position: relative;
}
.accordion li p {
  display: none;
  padding: 0px 10px 15px 20px;
  color: #000;
}
.accordion a1 {
  width: 100%;
  padding: 15px 30px 15px 20px;
  display: block;
  cursor: pointer;
  color: #000;
  font-weight: normal;
  line-height: 1.5;
  font-size: 14px;
  user-select: none;
}
.accordion a1:hover {
  width: 100%;
  display: block;
  background-color: #f1f1f1;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  font-weight: normal;
  line-height: 1.5;
  font-size: 14px;
  user-select: none;
}
.accordion a1:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #d21437;
  border-bottom: 2px solid #d21437;
  position: absolute;
  right: 20px;
  content: "";
  top: 22px;
  transform: rotate(-45deg);
  -webkit-transition: all 10s ease-in-out;
  -moz-transition: all 10s ease-in-out;
  transition: all 10s ease-in-out;
}
.accordion p {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}
a1.active {
  font-weight: bold;
}
a1.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
ul2 {
  list-style-type: none;
}
a {
  text-decoration: underline;
  color: #d21437;
}
a:hover {
  text-decoration: underline;
  color: #d21437;
}
a:visited {
  text-decoration: underline;
  color: #d21437;
}
input {
  border: 0;
}
.letter {
  font-size: 24px;
  font-weight: bold;
  margin: 15px 0px 5px 15px;
  padding: 1%;
  background-color: #d21437;
  color: #fff;
  padding: 1%;
  width: 60px;
  height: auto;
  text-align: center;
  border-radius: 3px;
}